home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / fratboy_.swf / scripts / frame_954 / PlaceObject2_2041_29 / CLIPACTIONRECORD on(rollOver).as < prev    next >
Text File  |  2010-11-09  |  281b  |  8 lines

  1. on(rollOver){
  2.    tt = 5;
  3.    _root.msgTable._visible = true;
  4.    _root.msg1 = "Trap Tower - Land & Air";
  5.    _root.msg2 = "This tower stops the enemy for a moment and brings you double profit when eliminating the unit.";
  6.    _root.msgCost = "Cost: " + _root.towerCost[tt][0];
  7. }
  8.